home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / linkedit / linkedit.lha / link-edit / LinkEdit / Choose / updates < prev   
Encoding:
Text File  |  1991-03-13  |  876 b   |  29 lines

  1. The updates to choose...
  2.  
  3.  
  4. 1.
  5.   First a simpler method of calling is added that eliminates the necessity to
  6.   keep track of directories. Instead of calling by the method,
  7.  
  8.     choosefile(&namesc,&namesv,&dr,dr,0);
  9.  
  10.   one can simply call 
  11.  
  12.     simple_choose(&namesc,&namesv,0);
  13.  
  14.  
  15. The directories are stored in the variable choose_dir. In order to access it, you 
  16. must declare it as an external char * in your program. When simple_choose is called a 
  17. second or third time, it starts off in the last directory used.
  18.  
  19.  
  20. 2.
  21.   Both choosefile and simple_choose initiate the Xwindow routines when they
  22. are first called and then subsequently map and unmap the Xwindow. The routine,
  23. choose_exit, eliminates the Xwindow overhead when it is no longer needed.
  24.  
  25. 3.
  26.   chfree was slightly modified and might actually work this time. I am still
  27. a little suspicious of it, so be carefull.    
  28.  
  29.